@charset "UTF-8";
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pd-0 {
  padding-right: 0px !important;
}
.width-1340 {
  width: 1340px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.txt-center { 
  text-align: center;
}
.common-header {
  height: 240px;
}
.common-header .kjt-navbar {
  width: 1430px;
  height: 160px;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-header .kjt-navbar .nav {}
.common-header .kjt-navbar .nav .nav-item {
  font-size: 24px;
  color: #323232;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
.common-header .kjt-navbar .nav .nav-item.active {
  color: #1658a0;
}
.common-header .kjt-navbar .nav .nav-item a {
  color: #323232;
}
.common-header .kjt-navbar .nav .nav-item.active a { 
  color: #1658a0;
}
  /* 带下拉菜单的菜单项 */
.common-header .kjt-navbar .nav .has-dropdown > a {
    display: flex;
    align-items: center;
}

/* 二级下拉菜单 */
.common-header .kjt-navbar .nav .dropdown {
    width: 215px;
    min-height: 67px;
    background: #1658a0;
    border-radius: 5px;
    position: absolute;
    left: -50px;
    top: 100%;
     box-shadow: 0 0 15px -3px rgba(59, 130, 246, 0.7);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 101;
    padding: 18px 20px;
    display: flex;
    flex-wrap: wrap;
}
.common-header .kjt-navbar .nav .dropdown::after {
    content: '';
    position: absolute;
    top: -10px;
    left: calc(50% - 20px);
    width: 18px;
    height: 11px;
    background: url(../img/sub-nav-arrow.png) no-repeat center center;
}
.common-header .kjt-navbar .nav .dropdown .sub-nav-item {
  margin-right: 25px;
  height: 32px;
  line-height: 32px;
}
.common-header .kjt-navbar .nav .dropdown .sub-nav-item:nth-child(2n) {
  margin-right: 0;
}
.common-header .kjt-navbar .nav .dropdown a {
    display: block;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    min-width: 68px;
}

.common-header .kjt-navbar .nav .dropdown a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* 鼠标悬停显示下拉菜单 */
.common-header .kjt-navbar .nav .has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.common-header .kjt-navbar .logo {
  width: 456px;
  height: 75px;
}
.common-header .search-bar {
  height: 80px;
  background-color: #1658a0;
}

.common-header .search-bar .search-bar-inner {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-header .search-bar .search-bar-inner .welcome {
  color: #ffffff;
  font-size: 16px;
}
.search-bar-input {
  width: 535px;
  height: 50px;
  background: #4579b3;
  border-radius: 10px;
  display: none;
}
.search-bar-input input { 
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  text-indent: 20px;
  color: #ffffff;
}
.search-bar-input input::placeholder { 
  color: #ffffff;
}
/* 特定浏览器的前缀版本 */
.search-bar-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.search-bar-input input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.search-bar-input input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.search-bar-input input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.search-bar-input input:focus {
  outline: none;
}
/*通用tab栏开始*/
.common-tab-bar {
  width: 100%;
  height: 40px;
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #c4c4c4;
}
.common-tab-bar .tab-bar-item {
  font-size: 20px;
  color: #3f3f3f;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
}
.common-tab-bar .tab-bar-item.active {
  color: #1658a0;
  font-weight: bold;
}
.common-tab-bar .tab-bar-item.active::after { 
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #1658a0;
}
.common-tab-bar .tab-bar-item a {
  color: #3f3f3f;
  text-decoration: none;
}
/*通用tab栏结束*/

/*通用列表样式开始*/

.list-item  a:hover {
    color: #1658a0!important;
    text-decoration: underline !important;
}

.content-panel .content.part-1 {
    height: 355px;
    overflow-y: hidden;
}



.common-list-1 {
      padding: 10px 0;
    height: 240px;
}
.common-list-1 .list-item { 
  color: #303030;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: 'hanSerifCN', sans-serif;
}
.common-list-1 .list-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}
.common-list-1 .list-item a {
  color: #303030;
  text-decoration: none;
}

.common-content-box {
  width: 1300px;
  margin: 0 auto;
  min-height: 500px;
  /* background-color: lightblue; */
}

.common-module-box {
  width: 420px;
  height: 880px;
  /* background-color: lightgreen; */
}

.common-module-box .title-bar {
  display: flex;
  justify-content: space-between;
  height: 40px;
  background: #ffffff;
}
.common-module-box .title-bar .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.common-module-box .title-bar .more {
  font-size: 14px;
  color: #1658a0;
  margin-top: 5px;
    line-height: 35px;
    height: 35px;
}
.common-module-box .content-panel {
  height: 800px;
  background: #ffffff;
  border-top: 5px solid #1658a0;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 10px;
  padding: 20px;
}

.common-module-box .first-box {
  position: relative;
  margin-top: 15px;
}
.common-module-box .first-box .desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #ffffff;
  line-height: 18px;
  padding: 8px 20px;
  font-size: 13px;
}

.common-module-box .first-box .img-1 {
  width: 100%;
  height: 208px;
}
.common-module-box .first-box .img-2 {
  width: 100%;
  height: 195px;
}

.common-module-box .img-menu img{
  width: 377px;
  height: 108px;
}

.page-title-bar {
  display: flex;
  height: 47px;
  margin-top: 70px;
  margin-bottom: 85px;
}
.page-title-bar .title {
  font-size: 65px;
  color: #003686;
  font-family: "youSheBiaoTiHei";
  height: 47px;
  line-height: 47px;
}
.page-title-bar .right-part {
  flex: 1;
  margin-left: 35px;
  position: relative;
  display: flex;
}
.page-title-bar .right-part .left-line {
  width: 310px;
  height: 47px;
  background: url(../img/page_title_line.jpg) no-repeat;
}
.page-title-bar .right-part .right-line { 
  flex: 1;
  height: 45px;
  border-bottom: 2px solid #aac7e9;
  position: relative;
}
.page-title-bar .right-part .right-line .dot {
  width: 6px;
  height: 6px;
  background: #3b7aca;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -4px;
}

.page-container {
  display: flex;
}
.page-container .left-menu-box {
  width: 165px;
  margin-right: 50px;
}
.page-container .left-menu-box .menu-item { 
  display: flex;
  height: 65px;
  padding-left: 12px;
  align-items: center;
  background: #ecf2fe;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
}
.page-container .left-menu-box .menu-item.active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 65px;
  background: url(../img/left_title_focus.png) no-repeat left center;
}
.page-container .left-menu-box .menu-item a {
  color: #000;
  font-size: 23px;
  text-decoration: none;
  margin-left: 5px;
}

/*左侧菜单2样式开始*/
.page-container .left-menu-box2 {
  width: 184px;
  margin-right: 31px;
}
.page-container .left-menu-box2 .menu-item { 
  display: flex;
  height: 71px;
  align-items: center;
  justify-content: center;
  background: #ecf2fe;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  padding: 5px 5px;
}
.page-container .left-menu-box2 .menu-item.active {
  color: #ffffff;
  background: #6cccfe;
}
.page-container .left-menu-box2 .menu-item a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  margin-left: 5px;
  line-height: 20px;
}
.page-container .left-menu-box2 .menu-item.active a { 
  color: #ffffff;
}
/*左侧菜单2样式结束*/

.top-tab-bar {
  display: flex;
  margin-bottom: 50px;
}
.top-tab-bar .tab-item { 
  margin-right: 5px;
  position: relative;
}
.top-tab-bar .tab-item.active::after { 
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: url(../img/title_tab_bg.png) no-repeat center center;
}


.page-container .right-content-box {
  background: #f2f7fd;
  flex: 1;
  box-sizing: border-box;
  padding: 45px 50px;
}
.page-container .right-content-box2 {
  flex: 1;
  box-sizing: border-box;
}
/*通用标题开始*/
.title-1 {
  height: 46px;
  background: url(../img/title_bg_1.png) no-repeat left bottom;
  font-size: 33px;
  font-weight: bold;
  text-indent: 35px;
  line-height: 28px;
}
.content-title-1 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.title-2 {
  height: 38px;
  background: url(../img/title_bg_2.png) no-repeat left bottom;
  font-size: 28px;
  font-weight: bold;
  text-indent: 35px;
  line-height: 28px;
}
.title-2 a {
  color: #000;
}
/*通用标题结束*/

.article-source {
  text-align: center;
  color: #797a7a;
  font-size: 14px;
}
.detail-after-video {
  margin-top: 30px;
}
.index-page .index-big-title { 
  font-size: 50px;
  color: #000000;
  text-align: center;
  padding: 25px 0;
}
.index-page .index-big-title a {
  color: #000000;
  text-decoration: none;
}
.index-page .one-part {
  display: flex;
}
.index-page .one-part .left-swiper { 
  width: 860px;
  height: 485px;
  background: palegoldenrod;
}
.index-page .one-part .left-swiper .carousel {
  width: 860px;
  height: 485px;
  overflow: hidden;
}
.carousel-inner {
  height: 100%;
}
.carousel-item, .carousel-item {
  height: 100%;
}
/* 确保轮播图文字描述正确显示 */
.index-page .one-part .left-swiper .carousel .carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
  text-align: left;
}
.index-page .one-part .left-swiper .carousel .carousel-caption p {
  margin-bottom: 0;
}
.index-page .one-part .right-part {
  background: #ffffff;
  flex: 1;
  margin-left: 15px;
}

.index-page .two-part {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.index-page .lianxiwomen { 
  background: url(../img/index_lxwm.jpg);
  background-size: 100% 100%;
  height: 134px;
  margin-top: 50px;
  margin-bottom: 25px;
  cursor: pointer;
}

.index-news-panel .img-menu-box{
  display: flex;
  justify-content: space-between;
}
.index-news-panel .img-menu-box img {
  display: inline-block;
  width: 207px;
  height: 115px;
}
.index-news-panel .common-list-1 {
  height: 330px;
}
.special-subject { 
  margin-bottom: 30px;
  position: relative;
}
.special-subject .special-wrapper {
  width: 1300px;
  overflow: hidden;
}
.special-subject .carousel-arrow {
  width: 32px;
  height: 50px;
  cursor: pointer;
}
.special-subject .carousel-arrow.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.special-subject .carousel-arrow.arrow-left {
  background: url(../img/left_1.jpg) no-repeat;
  position: absolute;
  left: -55px;
  top: 106px;
}
.special-subject .carousel-arrow.arrow-right {
  background: url(../img/right_1.jpg) no-repeat;
  position: absolute;
  right: -55px;
  top: 106px;
}
.special-subject .special-subject-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.special-subject .special-subject-title a {
  color: #333333;
  text-decoration: none;
}
.special-subject .special-subject-title a:hover {
  color: #003686;
}
.special-subject .special-subject-content {
  display: flex;
  height: 155px;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.special-subject .special-subject-content .subject-item {
  width: 425px;
  height: 155px;
  margin-right: 10px;
}
.special-subject .special-subject-content .subject-item img {
  width: 425px;
  height: 155px;
}
@font-face {
  font-family: "hanSerifCN";
  src: url('../font/SourceHanSerifCN-Regular.otf') format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "youSheBiaoTiHei";
  src: url('../font/mycn.ttf');
}

/*通用列表开始*/
.list-box-1 {
  margin-top: 55px;
}
.list-box-1 .list-item { 
  width: 100%;
  height: 212px;
  display: flex;
  align-items: center;
}
.list-box-1 .list-item .left-img { 
  width: 372px;
  height: 212px;
box-shadow: 1px 1px 6px 0px 
		rgba(0, 127, 222, 0.63);
}
.list-box-1 .list-item .left-img img { 
  width: 100%;
  height: 100%;
}

.list-box-1 .list-item .right-text {
  height: 137px;
  background: #eaebef;
  flex: 1;
  padding-left: 50px;
  box-sizing: border-box;
box-shadow: 1px 1px 6px 0px 
		rgba(0, 127, 222, 0.63);
}

.list-box-1 .list-item .right-text .title { 
  font-size: 24px;
}
.list-box-1 .list-item .right-text .title a {
  color: #000;
text-decoration: none;  
}
.list-box-1 .list-item .right-text .text { 
  font-size: 21px;
}
.list-box-1 .list-item .right-text .right-href {
  text-align: right;
  padding-right: 20px;
}
.list-box-1 .list-item .right-text .right-href a { 
  font-size: 17px;
  background: url("../img/double_arrow.png") right center no-repeat;
  color: #3470c5;
  display: inline-block;
  width: 100px;
  padding-right: 25px;
}

.list-box-2 { 
  width: 100%;
}
.list-box-2 .list-item {
  height: 228px;
  background: #f2f7fd;
  display: flex;
  padding: 25px 45px;
  box-sizing: border-box;
  margin-top: 15px;
  position: relative;
}
.list-box-2 .list-item::after { 
  content: "";
  position: absolute;
  left: 45px;
  bottom: 0;
  width: 1210px;
  height: 1px;
  border-bottom: 1px dashed #aaafb2;
}
.list-box-2 .list-item.no-border::after { 
  border-bottom: none;
}
.list-box-2 .list-item:last-child::after { 
  display: none;
}

.list-box-2 .list-item .left-part {
  padding-right: 65px;
  flex: 1;
}
.list-box-2 .list-item .right-part img {
  width: 317px;
  height: 178px;
}
.list-box-2 .list-item .title {
  font-size: 19px;
  font-weight: bold;
  margin-top: 15px;;
}
.list-box-2 .list-item .title a { 
  color: #000;
  text-decoration: none;
}
.list-box-2 .list-item .desc {
  font-size: 13px;
  color: #595959;
  line-height: 30px;
  height: 200px;
  height: 100px;
  padding-top: 15px;
  overflow: hidden;
}
.list-box-2 .list-item .bottom-bar {
  display: flex;
  justify-content: space-between;
}
.list-box-2 .list-item .bottom-bar .time {
  font-size: 12px;
  color: #6b6b6b;
}
.list-box-2 .list-item .bottom-bar a {
  font-size: 13px;
  color: #3b7acc;
  background: url(../img/double_arrow.png) no-repeat right center;
  padding-right: 20px;
}

.list-box-3 {
  display: flex;
  flex-wrap: wrap;
}
.list-box-3 .list-item {
  background: #f2f7fd;
  width: 355px;
  height: 355px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.list-box-3 .list-item .title {
  font-size: 25px;
  font-weight: bold;
}
.list-box-3 .list-item .title a {
  color: #000;
  text-decoration: none;
}
.list-box-3 .list-item .sub-title {
  font-size: 21px;
  font-weight: bold;
}
.list-box-3 .list-item .sub-title a {
  color: #000;
}
.list-box-3 .list-item .cover {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.list-box-3 .list-item .cover img {
  width: 300px;
  height: 200px;
}

.list-box-3 .list-item:nth-child(3n+1),
.list-box-3 .list-item:nth-child(3n+2) {
  margin-right: 10px;
}

.list-box-4 {}
.list-box-4 .list-item { 
  /** height: 228px; */
  background: #f2f7fd;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 40px;
}
.list-box-4 .list-item:last-child {
  margin-bottom: 0;
}
.list-box-4 .list-item .item-title {
  font-size: 20px;
  font-weight: bold;
}
.list-box-4 .list-item .item-title a { 
  color: #000;
  text-decoration: none;
}
.list-box-4 .list-item .item-content {
  font-size: 14px;
  color: #595959;
  max-height: 90px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.list-box-4 .list-item .item-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.list-box-4 .list-item .item-bottom .item-time {
  font-size: 12px;
  color: #6b6b6b;
}
.list-box-4 .list-item .item-bottom .more {
  font-size: 13px;
  color: #3b7acc;
  background: url(../img/double_arrow.png) no-repeat right center;
  padding-right: 20px;
}

/*专题专栏*/
.list-box-5 {}
.list-box-5 .list-item { 
  height: 228px;
  background: #f2f7fd;
  margin-bottom: 28px;
  box-sizing: border-box;
  padding: 20px 40px;
  display: flex;
}
.list-box-5 .list-item .left-part img {
  width: 484px;
  height: 176px;
}
.list-box-5 .list-item .right-part { 
  flex: 1;
  margin-left: 50px;
  box-sizing: border-box;
}

.list-box-5 .list-item .right-part .title {
  font-size: 30px;
  margin-top: 25px;
  height: 90px;
}
.list-box-5 .list-item .right-part .title a {
 color: #000;
}
.list-box-5 .list-item .right-part .bottom-bar{ 
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.list-box-5 .list-item .right-part .bottom-bar .time {
  font-size: 12px;
  color: #6b6b6b;
}
.list-box-5 .list-item .right-part .bottom-bar .more {
  font-size: 13px;
  color: #3b7acc;
  background: url(../img/double_arrow.png) no-repeat right center;
  padding-right: 20px;
}

/*院大事记*/
.list-box-6 {}
.list-box-6 .list-item { 
  height: 296      px;
  background: #f2f7fd;
  margin-bottom: 35px;
  box-sizing: border-box;
  padding: 45px 55px;
  display: flex;
}
.list-box-6 .list-item .left-part img {
  width: 310px;
  height: 175px;
}
.list-box-6 .list-item .right-part { 
  height: 175px;
  overflow: hidden;
  margin-left: 50px;
  box-sizing: border-box;
  padding-top: 10px;
}
.list-box-6 .list-item .right-part .sub-title {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.list-box-6 .list-item .right-part .sub-title a {
  color: #000000;
}
.list-box-6 .list-item .right-part .content {
  color: #595959;
  font-size: 13px;
}
.list-box-6 .list-item .right-part .content a {
  color: #595959;
}

/*信息公开新样式*/
.list-box-7 {}
.list-box-7 .list-item { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  position: relative;
  padding-left: 20px;
  transition: all 0.2s ease;
}
.list-box-7 .list-item::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 30px;
}
.list-box-7 .list-item .item-title {
  font-size: 16px;
  color: #303030;
  text-decoration: none;
  flex: 1;
  padding-right: 20px;
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 1.4;
}
.list-box-7 .list-item .item-time {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  font-family: 'Arial', sans-serif;
}

.zt-banner {
  height: 400px;
  margin-top: 35px;
  margin-bottom: 75px;
}
.zt-banner img {
  height: 400px;
  width: auto;
}

/* 图片两列列表 */
.img-two-column-list { 
  display: flex;
  flex-wrap: wrap;
}
.img-two-column-list .img-item:nth-child(2n+1) { 
  width: 465px;
  margin-right: 45px;
}
.img-two-column-list .img-item img {
  width: 100%;
  height: 310px;
}
.img-two-column-list .img-item .desc {
  font-size: 15px;
  line-height: 40px;
}
.img-two-column-list .img-item a {
  color: #000;
}

.first-item-box {
  height: 446px;
   background: #f2f7fd;
   padding: 25px 45px;
   display: flex;
}
.first-item-box img {
  width: 702px;
  height: 395px;
}
.first-item-box .text-box {
  flex: 1;
  margin-left: 35px;
  box-sizing: border-box;
  margin-top: 40px;
  height: 300px;
  overflow: hidden;
}
.first-item-box .text-box .title { 
  font-size: 22px;
  font-weight: bold;
}
.first-item-box .text-box .title a {
  color: #000;
  text-decoration: none;
}
.first-item-box .text-box .desc {
  font-size: 14px;
  color: #595959;
  line-height: 30px;
  margin-top: 30px;
}
.first-item-box .right-part .more { 
  text-align: right;
  margin-top: 15px;
}
.first-item-box .right-part .more a {
  font-size: 14px;
  color: #3b7acc;
  background: url(../img/double_arrow.png) right center no-repeat;
  padding-right: 20px;
}
.first-item-box.big {
  height: 505px;
  padding: 20px 40px;
}
.first-item-box.big img {
  width: 820px;
  height: 460px;
}
/*文章详情*/
.article-container { 
  width: 1207px;
  padding: 28px 50px;
  background: #f5f5f5;
  box-sizing: border-box;
  margin-top: 80px;
}

.article-container .article-title { 
  font-size: 25px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-top: 50px;
  margin-bottom: 30px;
}

.article-container .article-info { 
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #797a7a;
}

.article-container .article-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.article-container .article-author {
  font-size: 16px;
  color: #717171;
  height: 18px;
  line-height: 18px;
  position: relative;
  padding-left: 10px;
}
.article-container .article-author::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 18px;
  background: #15589f;
}
.about-article-panel {
  width: 1207px;
  padding: 28px 50px;
  background: #f5f5f5;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 30px;
}
.about-article-panel .panel-title {
  height: 22px;
  font-size: 21px;
  line-height: 22px;
  font-weight: bold;
  background: url(../img/edit.png) no-repeat left center;
  padding-left: 30px;
}
.about-article-panel .article-list {
  margin-top: 30px;
}
.about-article-panel .article-list .article-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.about-article-panel .article-list .article-item .article-title a{ 
  color: #000;
  font-size: 15px;
}
.about-article-panel .article-list .article-item .time {
  color: #7f7f7f;
  font-size: 14px;
}

.crumbs-bar-box { 
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.crumbs-bar {
  display: flex;
  height: 15px;
  font-size: 14px;
  color: #797a7a;
  line-height: 15px;
}
.crumbs-bar a {
  color: #797a7a;
}
.crumbs-bar .arrow {
  margin-left: 5px;
  margin-right: 2px;
}
.crumbs-bar .home {
  background: url(../img/home.png) no-repeat left center;
  padding-left: 20px;
}
.crumbs-bar .crumbs-bar-item {
}

/*创研简介*/
.cyjj {
  height: 350px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 90px;
}
.cyjj .left-content {
  font-size: 18px;
  text-indent: 40px;
  flex: 1;
  line-height: 30px;
  letter-spacing: 2px;
}
.cyjj img {
  width: 446px;
  height: 298px;
  margin-left: 20px;
}
/*院宣传片*/
.yuan-video-box {}
.yuan-video-box .video-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 115px;
}
.yuan-video-box .video-box video {
  width: 750px;
  height: auto;
}
/*领导简介*/
.leader-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  justify-content: space-between;
}
.leader-box .leader-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 10px);
  height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 25px;
  color: #333333;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.leader-box .leader-item::after {
  content: '→';
  font-size: 20px;
  color: #1658a0;
  transition: all 0.3s ease;
}
/* 领导简介悬浮效果 */
.leader-box .leader-item:hover {
  background-color: #1658a0;
  border-color: #1658a0;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(22, 88, 160, 0.25);
}
.leader-box .leader-item:hover::after {
  color: #ffffff;
}
.leader-simple {
  margin-top: 65px;
  margin-bottom: 85px;
}

.left-leader-box { 
  width: 341px;
	height: 406px;
	/* background-image: ;
	background-blend-mode: ; */
	border-style: solid;
	border-width: 4px;
	border-image-source: linear-gradient(-41deg, 
		#1475c5 0%, 
		#0a9ae2 59%, 
		#00beff 100%);
	border-image-slice: 1;
}
.left-leader-box .leader-list { 
  padding: 8px 8px;
}
.left-leader-box .leader-list .leader-item { 
  width: 317px;
	height: 86px;
	background-color: #eeeeee;
	border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 14px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.left-leader-box .leader-list .leader-item .arrow {
  position: absolute;
  right: 10px;
  top: 25px;
  width: 18px;
  height: 9px;
  background: url(../img/arrow.png) no-repeat center;
}
.left-leader-box .leader-list .leader-item.active {
  background-color: #9fd4ff;
}
.left-leader-box .leader-list .leader-item:last-child { 
  margin-bottom: 0;
}

.left-leader-box .leader-list .leader-item .name {
  font-size: 19px;
  line-height: 27px;
  color: #000000;
}

.left-leader-box .leader-list .leader-item .desc {
  font-size: 17px;
  color: #000000;
  margin-top: 5px;
}

.leader-info-box { 
  width: 891px;
  background-color: #ecf3fe;
  margin-left: 65px;
  padding-bottom: 50px;
}
.leader-info-box .information {
  display: flex;
  align-items: center;
  padding: 37px 61px;
}
.leader-info-box .information .avatar {
  width: 157px;
  height: 196px;
  box-shadow: 1px 1px 4px 0px rgba(0, 127, 222, 0.4);
}
.leader-info-box .information .information-txt {
  height: 82px;
  background: url(../img/desc_left_bg.png) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
}
.leader-info-box .information .information-txt .name { 
  font-size: 31px;
  line-height: 33px;
  margin-top: 5px;
}
.leader-info-box .information .information-txt .desc { 
  font-size: 23px;
  height: 23px;
  margin-top: 5px;
}
.leader-info-box .more-info { 
  padding-left: 61px;
  padding-right: 61px;
}
.leader-info-box .more-info .part {
  margin-bottom: 15px;
}
.leader-info-box .more-info .group-content {
  padding-top: 25px;
}
/*组织架构*/
.org-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 60px;
}
.org-list .org-item { 
    width: 298px;
    height: 72px;
    background: #d6ebfe;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-right: 45px;
}
.org-list .org-item:nth-child(3n) { 
  margin-right: 0;
}
.org-list .org-item a {
  font-size: 21px;
  color: #000;
  line-height: 72px;
  display: block;
  background: url(../img/double_arrow.png) no-repeat right center;
}
.org-list .org-item.two-row { 
  width: 462px;
  margin-right: 45px;
}
.org-list .org-item.two-row:nth-child(2n) { 
  margin-right: 0;
}

/*通用详情页*/
.detail-box {
  padding-top: 70px;
}
.group-title { 
  font-size: 25px;
  color: #366bb4;
  display: flex;
}
.group-title .inner {
  border-bottom: 1px solid #3471c4;
  padding-right: 100px;
  line-height: 45px;
}
.group-title span { 
  display: inline-block;
  border-bottom: 3px solid #3471c4;
}
.group-content {
  padding-top: 35px;
}
.group-content.item-list {}
.group-content.item-list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.group-content.item-list .item a {
  font-size: 18px;
  color: #000;
  width: 650px;
}
.group-content.item-list .item .time { 
  font-size: 18px;
  color: #a4a4a4;
  width: 105px;
  text-align: right;
}
.download-box { 
}
.download-box .header {
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
  position: relative;
  padding-left: 15px;
}
.download-box .header::after { 
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
	height: 27px;
	background-color: #1658a0;
}
.download-box .file-list {
  margin-top: 10px;
}
.download-box .file-list .file-item { 
  margin-bottom: 5px;
}
.download-box .file-list .file-item a { 
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #1658a0;
  padding-left: 15px;
}

.search-form {
  margin-top: 45px;
}
.search-form .search-bar2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.search-form .search-bar2 .search-bar-input2 {
  width: 632px;
	height: 70px;
	border-radius: 10px;
	border: solid 3px #3b7acc;
  position: relative;
}
.search-form .search-bar2 .search-bar-input2 input {
  width: 620px;
  height: 60px;
  border: none;
  margin-left: 3px;
  border: none;
  text-indent: 20px;
}
.search-form .search-bar2 .search-bar-input2 input:focus {
  outline: none;
}
.search-form .search-bar2 .search-bar-input2 .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 139px;
	height: 65px;
	background-color: #3b7acc;
	border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 25px;
  color: white;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
}
.search-form .search-bar2 .search-result {
  font-size: 13px;
  color: #464646;
}
.search-form .search-bar2 .search-result span {
  color: #ff0000;
  font-weight: bold;
}

.search-result-list {
  margin-top: 40px;
}
.search-result-list .search-result-item { 
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #464646;
  margin-bottom: 20px;
}
.search-result-list .search-result-item em {
  color: red;
}
.search-result-list .search-result-item .search-result-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  /* 单行文本截断 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.search-result-list .search-result-item .search-result-content {
  font-size: 13px;
  line-height: 28px;
  color: #595959;
  margin-top: 10px;
  margin-bottom: 10px;
  /* 多行文本截断 - 最多显示2行 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.search-result-list .search-result-item .search-result-bottom {
  display: flex;
  justify-content: space-between;
}

.search-result-list .search-result-item .search-result-bottom .time {
  font-size: 12px;
  line-height: 28px;
	letter-spacing: 0px;
	color: #6b6b6b;
}
.search-result-list .search-result-item .search-result-bottom .more {
  font-size: 13px;
  color: #3b7acc;
  background: url(../img/double_arrow.png) no-repeat right center;
  padding-right: 20px;
  line-height: 28px;
}

/*在线访谈*/
.online-top-part {
  width: 100%;
  height: 412px;
  display: flex;
  justify-content: space-between;
}
.online-top-part .left-img {
  width: 729px;
  height: 412px;
}
.online-top-part .right-part { 
  flex: 1;
  margin-left: 11px;
  background-color: #ecf3fe;
	box-shadow: 0px 0px 7px 1px 
		rgba(0, 0, 0, 0.57);
  padding: 45px 33px;  
}

.online-top-part .right-part .title {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
}
.online-top-part .right-part .row-item {
  display: flex;
  margin-top: 15px;
}
.online-top-part .right-part .row-item .item-title {
  width: 95px;
	height: 33px;
	background-color: #9fd4ff;
	border-radius: 10px;
  font-size: 17px;
  color: #000000;
  text-align: center;
  line-height: 33px;
}
.online-top-part .right-part .row-item .item-content {
  font-size: 16px;
  line-height: 28px;
  color: #595959;
  width: 388px;
  margin-left: 20px;
}

.online-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.online-list .online-item {
  width: 418px;
  height: 390px;
  background-color: #ecf3fe;
	box-shadow: 0px 0px 7px 1px 
		rgba(0, 0, 0, 0.57);
  margin-right: 22px;
  margin-bottom: 25px;
}
.online-list .online-item:nth-child(3n) { 
  margin-right: 0;
}
.online-list .online-item a {
  text-decoration: none;
}
.online-list .online-item .item-img {
  width: 100%;
  height: 235px;
}
.online-list .online-item .item-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 0 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.online-list .online-item .item-desc {
  font-size: 17px;
  line-height: 29px;
  color: #595959;
  padding: 0 25px;
}

/*通用分页*/
.page-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.page-container .page-item { 
  padding: 5px 14px;
  background-color: #ebebeb;
	border: solid 1px #a0a0a0;
  font-size: 13px;
	letter-spacing: 0px;
	color: #000000;
  cursor: pointer;
  margin-right: 20px;
}
.page-container .page-item:last-child { 
  margin-right: 0;
}
.page-container .page-item.active { 
  background-color: #3b7acc;
  color: #ffffff;
  border-color: #3b7acc;
}
.page-container .page-item.disabled {
  cursor: not-allowed;
}
.page-container .page-item a {
  color: #000000;
}
.page-container .page-item.active a {
  color: #ffffff;
}

/*文章附件列表*/
.common-download-box { 
  margin-top: 30px;
}
.common-download-box .box-title {
  font-size: 16px;
  color: #717171;
  height: 18px;
  line-height: 18px;
  position: relative;
  padding-left: 10px;
}
.common-download-box .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 18px;
  background: #15589f;
}
.common-download-box .file-list {
  margin-top: 10px;
}
.common-download-box .file-list .file-item { 
  margin-bottom: 5px;
}
.common-download-box .file-list .file-item a { 
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #1658a0;
  padding-left: 8px;
}
.pre-reset {
font-size: inherit !important;
color: inherit !important;
}


.left_float{position: fixed;top: 170px;z-index: 999; width:280px; left: 10px; } 
.right_float{z-index: 999;} 
.left_float_aside{position: relative;margin-bottom: 10px;width: auto;left: 0  !important;}
.left_float_aside .left_float_aside_close  {width: 14px;height: 15px;position: absolute;top: -20px;cursor: pointer;right: 0px;}

.carousel-control-next, .carousel-control-prev {
opacity:1;
}		
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 34px;
    height: 73px;
    border-radius: 5px;
}
.carousel-control-prev-icon {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) 0 0 no-repeat;
}

.carousel-control-next-icon {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==)
        0 0 no-repeat;
}



